home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 051-075 / disk_068 / mg1b / version.c < prev    next >
C/C++ Source or Header  |  1992-05-06  |  441b  |  17 lines

  1. /*
  2.  * This file contains the string that get written 
  3.  * out by the emacs-version command.
  4.  * Rich had it generated by a command file. I do
  5.  * it manually, until I can figure out a way to get
  6.  * the MicroGnuEmacs version number generated in an
  7.  * reasonable and automatic manner.
  8.  */
  9.  
  10. char    *version = "MicroGnuEmacs 1b" ;
  11.  
  12. #ifdef __50SERIES
  13. #ifndef __CI
  14. static void dummmy(){}          /* work around bug in primos 64v mode */
  15. #endif
  16. #endif
  17.